home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
eulisp
/
comp0_89.lha
/
Feel
/
Boot
/
CBoot
/
standard.i
< prev
next >
Wrap
Text File
|
1993-07-28
|
79KB
|
1 lines
((name standard) (dependencies ()) (exported-ids ((address gens reverse) (name . reverse) (mutable ()) (class . unknown)) ((address gens clone) (name . clone) (mutable ()) (class . unknown)) ((address gens shallow-copy) (name . shallow-copy) (mutable ()) (class . unknown)) ((address gens deep-copy) (name . deep-copy) (mutable ()) (class . unknown)) ((address gens gf-concatenate-as) (name . gf-concatenate-as) (mutable ()) (class . unknown)) ((address gens concatenate-as) (name . concatenate-as) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address gens gf-concatenate) (name . gf-concatenate) (mutable ()) (class . unknown)) ((address gens concatenate) (name . concatenate) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address gens fill) (name . fill) (mutable ()) (class . unknown)) ((address gens accumulate1) (name . accumulate1) (mutable ()) (class . unknown)) ((address gens accumulate) (name . accumulate) (mutable ()) (class . unknown)) ((address gens gf-map) (name . gf-map) (mutable ()) (class . unknown)) ((address gens map) (name . map) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address gens gf-any) (name . gf-any) (mutable ()) (class . unknown)) ((address gens anyp) (name . anyp) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address gens gf-do) (name . gf-do) (mutable ()) (class . unknown)) ((address gens do) (name . do) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address gens gf-member) (name . gf-member) (mutable ()) (class . unknown)) ((address gens member) (name . member) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address gens emptyp) (name . emptyp) (mutable ()) (class . unknown)) ((address gens size) (name . size) (mutable ()) (class . unknown)) ((address gens key-sequence) (name . key-sequence) (mutable ()) (class . unknown)) ((address gens current-key) (name . current-key) (mutable ()) (class . unknown)) ((address gens element) (name . element) (mutable ()) (class . unknown)) ((address gens copy-state) (name . copy-state) (mutable ()) (class . unknown)) ((address gens current-element) (name . current-element) (mutable ()) (class . unknown)) ((address gens previous-state) (name . previous-state) (mutable ()) (class . unknown)) ((address gens final-state) (name . final-state) (mutable ()) (class . unknown)) ((address gens next-state) (name . next-state) (mutable ()) (class . unknown)) ((address gens initial-state) (name . initial-state) (mutable ()) (class . unknown)) ((name . binary+) (address arith binary+) (class . unknown) (argtype . 2) (position 0)) ((name . binary-) (address arith binary-) (class . unknown) (argtype . 2) (position 1)) ((name . binary*) (address arith binary*) (class . unknown) (argtype . 2) (position 2)) ((name . binary/) (address arith binary/) (class . unknown) (argtype . 2) (position 3)) ((name . binary-lcm) (address arith binary-lcm) (class . unknown) (argtype . 2) (position 4)) ((name . binary-gcd) (address arith binary-gcd) (class . unknown) (argtype . 2) (position 5)) ((name . binary<) (address arith binary<) (class . unknown) (argtype . 2) (position 6)) ((name . negate) (address arith negate) (class . unknown) (argtype . 1) (position 7)) ((name . binary+_Integer) (address arith binary+_Integer) (class . function) (argtype . 2) (position 8)) ((name . binary-_Integer) (address arith binary-_Integer) (class . function) (argtype . 2) (position 9)) ((name . binary*_Integer) (address arith binary*_Integer) (class . function) (argtype . 2) (position 10)) ((name . binary/_Integer) (address arith binary/_Integer) (class . function) (argtype . 2) (position 11)) ((name . binary=_Integer) (address arith binary=_Integer) (class . function) (argtype . 2) (position 12)) ((name . binary<_Integer) (address arith binary<_Integer) (class . function) (argtype . 2) (position 13)) ((name . negate-integer) (address arith negate-integer) (class . function) (argtype . 1) (position 14)) ((name . binary+_Float) (address arith binary+_Float) (class . function) (argtype . 2) (position 15)) ((name . binary-_Float) (address arith binary-_Float) (class . function) (argtype . 2) (position 16)) ((name . binary*_Float) (address arith binary*_Float) (class . function) (argtype . 2) (position 17)) ((name . binary/_Float) (address arith binary/_Float) (class . function) (argtype . 2) (position 18)) ((name . binary=_Float) (address arith binary=_Float) (class . function) (argtype . 2) (position 19)) ((name . binary<_Float) (address arith binary<_Float) (class . function) (argtype . 2) (position 20)) ((name . negate-float) (address arith negate-float) (class . function) (argtype . 1) (position 21)) ((name . binary-lcm-integer) (address arith binary-lcm-integer) (class . function) (argtype . 2) (position 22)) ((name . binary-gcd-integer) (address arith binary-gcd-integer) (class . function) (argtype . 2) (position 23)) ((name . quotient-integer) (address arith quotient-integer) (class . function) (argtype . 2) (position 24)) ((name . remainder-integer) (address arith remainder-integer) (class . function) (argtype . 2) (position 25)) ((name . modulo-integer) (address arith modulo-integer) (class . function) (argtype . 2) (position 26)) ((name . sin-float) (address arith sin-float) (class . function) (argtype . 1) (position 27)) ((name . cos-float) (address arith cos-float) (class . function) (argtype . 1) (position 28)) ((name . tan-float) (address arith tan-float) (class . function) (argtype . 1) (position 29)) ((name . asin-float) (address arith asin-float) (class . function) (argtype . 1) (position 30)) ((name . acos-float) (address arith acos-float) (class . function) (argtype . 1) (position 31)) ((name . atan-float) (address arith atan-float) (class . function) (argtype . 1) (position 32)) ((name . log-float) (address arith log-float) (class . function) (argtype . 1) (position 33)) ((name . log10-float) (address arith log10-float) (class . function) (argtype . 1) (position 34)) ((name . sqrt-float) (address arith sqrt-float) (class . function) (argtype . 1) (position 35)) ((name . exp-float) (address arith exp-float) (class . function) (argtype . 1) (position 36)) ((name . sinh-float) (address arith sinh-float) (class . function) (argtype . 1) (position 37)) ((name . cosh-float) (address arith cosh-float) (class . function) (argtype . 1) (position 38)) ((name . tanh-float) (address arith tanh-float) (class . function) (argtype . 1) (position 39)) ((name . asinh-float) (address arith asinh-float) (class . function) (argtype . 1) (position 40)) ((name . acosh-float) (address arith acosh-float) (class . function) (argtype . 1) (position 41)) ((name . atanh-float) (address arith atanh-float) (class . function) (argtype . 1) (position 42)) ((name . convert-integer-float) (address arith convert-integer-float) (class . function) (argtype . 1) (position 43)) ((name . round-float) (address arith round-float) (class . function) (argtype . 1) (position 44)) ((name . ceiling-float) (address arith ceiling-float) (class . function) (argtype . 1) (position 45)) ((name . floor-float) (address arith floor-float) (class . function) (argtype . 1) (position 46)) ((name . +) (address arith +) (class . function) (argtype . -3) (position 47)) ((name . -) (address arith -) (class . function) (argtype . -2) (position 48)) ((name . *) (address arith *) (class . function) (argtype . -3) (position 49)) ((name . /) (address arith /) (class . function) (argtype . -3) (position 50)) ((name . gcd) (address arith gcd) (class . function) (argtype . -3) (position 51)) ((name . lcm) (address arith lcm) (class . function) (argtype . -3) (position 52)) ((name . <) (address arith <) (class . function) (argtype . -2) (position 53)) ((name . <=) (address arith <=) (class . function) (argtype . -2) (position 54)) ((name . >) (address arith >) (class . function) (argtype . -2) (position 55)) ((name . >=) (address arith >=) (class . function) (argtype . -2) (position 56)) ((name . c-rand) (address arith c-rand) (class . function) (argtype . 0) (position 57)) ((name . c-srand) (address arith c-srand) (class . function) (argtype . 1) (position 58)) ((name . <bytefunction-class>) (address bci <bytefunction-class>) (class . unknown) (argtype . -1) (position 0)) ((name . <bytefunction>) (address bci <bytefunction>) (class . unknown) (argtype . -1) (position 1)) ((name . <extended-bytefunction>) (address bci <extended-bytefunction>) (class . unknown) (argtype . -1) (position 2)) ((name . add-code-vector) (address bci add-code-vector) (class . function) (argtype . 4) (position 3)) ((name . load-bytecodes) (address bci load-bytecodes) (class . function) (argtype . 1) (position 4)) ((name . set-module-statics) (address bci set-module-statics) (class . function) (argtype . 2) (position 5)) ((name . boot-module-list) (address bci boot-module-list) (class . function) (argtype . 0) (position 6)) ((name . byte-counts) (address bci byte-counts) (class . function) (argtype . 0) (position 7)) ((name . get-bci-codepos) (address bci get-bci-codepos) (class . function) (argtype . 0) (position 8)) ((name . set-bc-global) (address bci set-bc-global) (class . function) (argtype . 2) (position 9)) ((name . list-length) (address lists list-length) (class . function) (argtype . 1) (position 6)) ((name . copy-list) (address lists copy-list) (class . function) (argtype . 1) (position 10)) ((name . last-pair) (address lists last-pair) (class . function) (argtype . 1) (position 13)) ((name . nreverse) (address lists nreverse) (class . function) (argtype . 1) (position 14)) ((name . assoc) (address lists assoc) (class . function) (argtype . 3) (position 15)) ((name . member-list) (address lists member-list) (class . function) (argtype . 3) (position 16)) ((name . consn) (address lists consn) (class . function) (argtype . 1) (position 20)) ((name . initialize) (address classes initialize) (class . unknown) (argtype . 2) (position 0)) ((name . allocate) (address classes allocate) (class . unknown) (argtype . 2) (position 1)) ((name . subclassp) (address classes subclassp) (class . function) (argtype . 2) (position 3)) ((name . class-of) (address classes class-of) (class . function) (argtype . 1) (position 4)) ((name . set-class-of) (address classes set-class-of) (class . function) (argtype . 2) (position 5)) ((name . set-type) (address classes set-type) (class . function) (argtype . 2) (position 6)) ((name . allocate-object) (address classes allocate-object) (class . function) (argtype . 1) (position 7)) ((name . primitive-slot-ref) (address classes primitive-slot-ref) (class . function) (argtype . 2) (position 8)) ((name . primitive-set-slot-ref) (address classes primitive-set-slot-ref) (class . function) (argtype . 3) (position 9)) ((name . make-structure-reader) (address classes make-structure-reader) (class . function) (argtype . 2) (position 31)) ((name . make-structure-writer) (address classes make-structure-writer) (class . function) (argtype . 2) (position 32)) ((name . initialize-local-slots) (address classes initialize-local-slots) (class . function) (argtype . 2) (position 33)) ((name . socketp) (address sockets socketp) (class . function) (argtype . 1) (position 0)) ((name . make-listener) (address sockets make-listener) (class . function) (argtype . 0) (position 1)) ((name . make-socket) (address sockets make-socket) (class . function) (argtype . 0) (position 2)) ((name . listener-id) (address sockets listener-id) (class . function) (argtype . 1) (position 3)) ((name . listen) (address sockets listen) (class . function) (argtype . 1) (position 4)) ((name . connect) (address sockets connect) (class . function) (argtype . 1) (position 5)) ((name . close-listener) (address sockets close-listener) (class . function) (argtype . 1) (position 6)) ((name . close-socket) (address sockets close-socket) (class . function) (argtype . 1) (position 7)) ((name . socket-write) (address sockets socket-write) (class . function) (argtype . 2) (position 8)) ((name . socket-write-string) (address sockets socket-write-string) (class . function) (argtype . 2) (position 9)) ((name . socket-read) (address sockets socket-read) (class . function) (argtype . 1) (position 10)) ((name . socket-read-char) (address sockets socket-read-char) (class . function) (argtype . 1) (position 11)) ((name . socket-unread-char) (address sockets socket-unread-char) (class . function) (argtype . 2) (position 12)) ((name . socket-readable-p) (address sockets socket-readable-p) (class . function) (argtype . 1) (position 13)) ((name . socket-writable-p) (address sockets socket-writable-p) (class . function) (argtype . 1) (position 14)) ((name . listener-listenable-p) (address sockets listener-listenable-p) (class . function) (argtype . 1) (position 15)) ((name . <listener>) (address sockets <listener>) (class . unknown) (argtype . -1) (position 16)) ((name . <socket>) (address sockets <socket>) (class . unknown) (argtype . -1) (position 17)) ((name . *eof*) (address streams *eof*) (class . unknown) (argtype . -1) (position 0)) ((name . generic-prin) (address streams generic-prin) (class . unknown) (argtype . 2) (position 1)) ((name . generic-write) (address streams generic-write) (class . unknown) (argtype . 2) (position 2)) ((name . output) (address streams output) (class . unknown) (argtype . 2) (position 3)) ((name . flush) (address streams flush) (class . unknown) (argtype . 1) (position 4)) ((name . generic-read) (address streams generic-read) (class . unknown) (argtype . 1) (position 5)) ((name . std-streams) (address streams std-streams) (class . function) (argtype . 0) (position 6)) ((name . fopen) (address streams fopen) (class . function) (argtype . 2) (position 7)) ((name . fpopen) (address streams fpopen) (class . function) (argtype . 2) (position 8)) ((name . freopen) (address streams freopen) (class . function) (argtype . 1) (position 9)) ((name . fseek) (address streams fseek) (class . function) (argtype . 2) (position 10)) ((name . ftell) (address streams ftell) (class . function) (argtype . 1) (position 11)) ((name . fflush) (address streams fflush) (class . function) (argtype . 1) (position 12)) ((name . fclose) (address streams fclose) (class . function) (argtype . 1) (position 13)) ((name . fput) (address streams fput) (class . function) (argtype . 2) (position 14)) ((name . print-fixnum) (address streams print-fixnum) (class . function) (argtype . 2) (position 15)) ((name . print-list) (address streams print-list) (class . function) (argtype . 2) (position 16)) ((name . prin-object) (address streams prin-object) (class . function) (argtype . 2) (position 17)) ((name . std-formatters) (address streams std-formatters) (class . function) (argtype . 0) (position 18)) ((name . internal-format) (address streams internal-format) (class . function) (argtype . 3) (position 19)) ((name . b-formatter) (address streams b-formatter) (class . function) (argtype . 3) (position 20)) ((name . e-formatter) (address streams e-formatter) (class . function) (argtype . 3) (position 21)) ((name . f-formatter) (address streams f-formatter) (class . function) (argtype . 3) (position 22)) ((name . g-formatter) (address streams g-formatter) (class . function) (argtype . 3) (position 23)) ((name . u-formatter) (address streams u-formatter) (class . function) (argtype . 3) (position 24)) ((name . read) (address streams read) (class . function) (argtype . 1) (position 25)) ((name . fread) (address streams fread) (class . function) (argtype . 1) (position 26)) ((name . fread-line) (address streams fread-line) (class . function) (argtype . 1) (position 27)) ((name . fread-char) (address streams fread-char) (class . function) (argtype . 1) (position 28)) ((name . fungetc) (address streams fungetc) (class . function) (argtype . 2) (position 29)) ((name . escaped-id-p) (address streams escaped-id-p) (class . function) (argtype . 1) (position 30)) ((name . |generic_equal,Cons,Cons|) (address ccc |generic_equal,Cons,Cons|) (class . function) (argtype . 2) (position 1)) ((name . |generic_equal,Object,Object|) (address ccc |generic_equal,Object,Object|) (class . function) (argtype . 2) (position 2)) ((name . |generic_equal,Vector,Vector|) (address ccc |generic_equal,Vector,Vector|) (class . function) (argtype . 2) (position 3)) ((name . |generic_equal,Basic_Structure,Basic_Structure|) (address ccc |generic_equal,Basic_Structure,Basic_Structure|) (class . function) (argtype . 2) (position 4)) ((name . |generic_equal,Standard_Class,Standard_Class|) (address ccc |generic_equal,Standard_Class,Standard_Class|) (class . function) (argtype . 2) (position 5)) ((name . equal) (address ccc equal) (class . unknown) (argtype . 2) (position 6)) ((name . |generic_copy,Object|) (address ccc |generic_copy,Object|) (class . function) (argtype . 1) (position 7)) ((name . |generic_copy,Vector|) (address ccc |generic_copy,Vector|) (class . function) (argtype . 1) (position 8)) ((name . |generic_copy,Basic_Structure|) (address ccc |generic_copy,Basic_Structure|) (class . function) (argtype . 1) (position 9)) ((name . |generic_generic_convert,Cons,Vector|) (address ccc |generic_generic_convert,Cons,Vector|) (class . function) (argtype . 1) (position 10)) ((name . |generic_generic_convert,Vector,Cons|) (address ccc |generic_generic_convert,Vector,Cons|) (class . function) (argtype . 1) (position 11)) ((name . symbolp) (address symbols symbolp) (class . function) (argtype . 1) (position 0)) ((name . make-symbol) (address symbols make-symbol) (class . function) (argtype . 1) (position 1)) ((name . symbol-name) (address symbols symbol-name) (class . function) (argtype . 1) (position 2)) ((name . symbol-value) (address symbols symbol-value) (class . function) (argtype . 1) (position 3)) ((name . symbol-value-updator) (address symbols symbol-value-updator) (class . function) (argtype . 2) (position 4)) ((name . symbol-global) (address symbols symbol-global) (class . function) (argtype . 1) (position 5)) ((name . symbol-global-updator) (address symbols symbol-global-updator) (class . function) (argtype . 2) (position 6)) ((name . mapoblist) (address symbols mapoblist) (class . function) (argtype . 1) (position 7)) ((name . explode) (address symbols explode) (class . function) (argtype . 1) (position 8)) ((name . gensym) (address symbols gensym) (class . function) (argtype . 0) (position 9)) ((name . make-string) (address strings make-string) (class . function) (argtype . -2) (position 0)) ((name . stringp) (address strings stringp) (class . function) (argtype . 1) (position 1)) ((name . string-length) (address strings string-length) (class . function) (argtype . 1) (position 2)) ((name . string-ref) (address strings string-ref) (class . function) (argtype . 2) (position 3)) ((name . string-ref-updator) (address strings string-ref-updator) (class . function) (argtype . 3) (position 4)) ((name . i-string-ref) (address strings i-string-ref) (class . function) (argtype . 2) (position 5)) ((name . i-string-ref-updator) (address strings i-string-ref-updator) (class . function) (argtype . 3) (position 6)) ((name . string-copy) (address strings string-copy) (class . function) (argtype . 1) (position 7)) ((name . string-to-list) (address strings string-to-list) (class . function) (argtype . 1) (position 8)) ((name . string-equal) (address strings string-equal) (class . function) (argtype . 2) (position 9)) ((name . string-lt) (address strings string-lt) (class . function) (argtype . 2) (position 10)) ((name . string-gt) (address strings string-gt) (class . function) (argtype . 2) (position 11)) ((name . substring) (address strings substring) (class . function) (argtype . 3) (position 12)) ((name . string-append) (address strings string-append) (class . function) (argtype . 2) (position 13)) ((name . string-<=) (address strings string-<=) (class . function) (argtype . 2) (position 14)) ((name . string->=) (address strings string->=) (class . function) (argtype . 2) (position 15)) ((name . c-setter) (address others c-setter) (class . function) (argtype . 1) (position 0)) ((name . c-setter-setter) (address others c-setter-setter) (class . function) (argtype . 2) (position 1)) ((name . special-operator-p) (address others special-operator-p) (class . function) (argtype . 1) (position 2)) ((name . symbol-dynamic-value) (address others symbol-dynamic-value) (class . function) (argtype . 1) (position 3)) ((name . system) (address others system) (class . function) (argtype . 1) (position 5)) ((name . getenv) (address others getenv) (class . function) (argtype . 1) (position 6)) ((name . exit) (address others exit) (class . function) (argtype . 0) (position 7)) ((name . make-map) (address others make-map) (class . function) (argtype . 0) (position 8)) ((name . system-time) (address others system-time) (class . function) (argtype . 0) (position 9)) ((name . process-id) (address others process-id) (class . function) (argtype . 0) (position 10)) ((name . backtrace) (address others backtrace) (class . function) (argtype . 0) (position 11)) ((name . cpu-time) (address others cpu-time) (class . function) (argtype . 0) (position 12)) ((name . system-print) (address others system-print) (class . function) (argtype . 1) (position 13)) ((name . make-weak-wrapper) (address others make-weak-wrapper) (class . function) (argtype . 1) (position 14)) ((name . weak-wrapper-ref) (address others weak-wrapper-ref) (class . function) (argtype . 1) (position 15)) ((name . |(setter weak-wrapper-ref)|) (address others |(setter weak-wrapper-ref)|) (class . function) (argtype . 2) (position 16)) ((name . set-post-gc-callback) (address others set-post-gc-callback) (class . function) (argtype . 1) (position 17)) ((name . cpu-times) (address others cpu-times) (class . function) (argtype . 0) (position 18)) ((name . GC) (address others GC) (class . function) (argtype . 0) (position 19)) ((name . quasiquote) (address others quasiquote) (class . macro) (argtype . 1) (position 20)) ((name . apply-macro) (address calls apply-macro) (class . function) (argtype . 2) (position 3)) ((name . macrop) (address calls macrop) (class . function) (argtype . 1) (position 4)) ((name . functionp) (address calls functionp) (class . function) (argtype . 1) (position 5)) ((name . function-lambda-list) (address calls function-lambda-list) (class . function) (argtype . 1) (position 6)) ((name . push-handler) (address calls push-handler) (class . function) (argtype . 1) (position 7)) ((name . pop-handler) (address calls pop-handler) (class . function) (argtype . 0) (position 8)) ((name . simple-call/cc) (address calls simple-call/cc) (class . function) (argtype . 1) (position 9)) ((name . fn-unwind-protect) (address calls fn-unwind-protect) (class . function) (argtype . 2) (position 10)) ((name . set-no-function-callback) (address calls set-no-function-callback) (class . function) (argtype . 1) (position 11)) ((name . get-backtrace-frame) (address calls get-backtrace-frame) (class . function) (argtype . 1) (position 12)) ((name . symbol-hash) (address tables symbol-hash) (class . function) (argtype . 1) (position 0)) ((name . make-table) (address tables make-table) (class . function) (argtype . -1) (position 1)) ((name . table-parameters) (address tables table-parameters) (class . function) (argtype . 1) (position 2)) ((name . sys-table-ref) (address tables sys-table-ref) (class . function) (argtype . 2) (position 3)) ((name . standard-hash-function) (address tables standard-hash-function) (class . function) (argtype . 0) (position 5)) ((name . set-standard-tab-functions) (address tables set-standard-tab-functions) (class . function) (argtype . 2) (position 6)) ((name . vectorp) (address vectors vectorp) (class . function) (argtype . 1) (position 0)) ((name . make-vector) (address vectors make-vector) (class . function) (argtype . -2) (position 1)) ((name . vector-length) (address vectors vector-length) (class . function) (argtype . 1) (position 2)) ((name . vector-ref-updator) (address vectors vector-ref-updator) (class . function) (argtype . 3) (position 4)) ((name . make-initialized-vector) (address vectors make-initialized-vector) (class . function) (argtype . -1) (position 5)) ((name . convert-vector-list) (address vectors convert-vector-list) (class . function) (argtype . 1) (position 6)) ((name . *maximum-vector-index*) (address vectors *maximum-vector-index*) (class . unknown) (argtype . -1) (position 7)) ((name . make-primitive-object) (address vectors make-primitive-object) (class . function) (argtype . 3) (position 8)) ((name . primitive-ref) (address vectors primitive-ref) (class . function) (argtype . 2) (position 9)) ((name . set-primitive-ref) (address vectors set-primitive-ref) (class . function) (argtype . 3) (position 10)) ((name . <condition-class>) (address errors <condition-class>) (class . unknown) (argtype . -1) (position 0)) ((name . <condition>) (address errors <condition>) (class . unknown) (argtype . -1) (position 1)) ((name . <Internal-Error>) (address errors <Internal-Error>) (class . unknown) (argtype . -1) (position 2)) ((name . <heap-exhausted>) (address errors <heap-exhausted>) (class . unknown) (argtype . -1) (position 3)) ((name . <clock-tick>) (address errors <clock-tick>) (class . unknown) (argtype . -1) (position 4)) ((name . conditionp) (address errors conditionp) (class . function) (argtype . 1) (position 5)) ((name . make-condition) (address errors make-condition) (class . function) (argtype . -2) (position 6)) ((name . internal-signal) (address errors internal-signal) (class . function) (argtype . 2) (position 7)) ((name . set-print-error-callback) (address errors set-print-error-callback) (class . function) (argtype . 1) (position 10)) ((name . generic-function-p) (address generics generic-function-p) (class . function) (argtype . 1) (position 0)) ((name . methodp) (address generics methodp) (class . function) (argtype . 1) (position 1)) ((name . set-compute-and-apply-fn) (address generics set-compute-and-apply-fn) (class . function) (argtype . 1) (position 2)) ((name . <object>) (address class-names <object>) (class . unknown) (argtype . -1) (position 0)) ((name . <class>) (address class-names <class>) (class . unknown) (argtype . -1) (position 1)) ((name . <primitive-class>) (address class-names <primitive-class>) (class . unknown) (argtype . -1) (position 2)) ((name . <thread-class>) (address class-names <thread-class>) (class . unknown) (argtype . -1) (position 3)) ((name . <funcallable-object-class>) (address class-names <funcallable-object-class>) (class . unknown) (argtype . -1) (position 4)) ((name . <method-class>) (address class-names <method-class>) (class . unknown) (argtype . -1) (position 5)) ((name . <generic-class>) (address class-names <generic-class>) (class . unknown) (argtype . -1) (position 6)) ((name . <number>) (address class-names <number>) (class . unknown) (argtype . -1) (position 7)) ((name . <double-float>) (address class-names <double-float>) (class . unknown) (argtype . -1) (position 8)) ((name . <fixint>) (address class-names <fixint>) (class . unknown) (argtype . -1) (position 9)) ((name . <symbol>) (address class-names <symbol>) (class . unknown) (argtype . -1) (position 10)) ((name . <null>) (address class-names <null>) (class . unknown) (argtype . -1) (position 11)) ((name . <pair>) (address class-names <pair>) (class . unknown) (argtype . -1) (position 12)) ((name . <character>) (address class-names <character>) (class . unknown) (argtype . -1) (position 13)) ((name . <string>) (address class-names <string>) (class . unknown) (argtype . -1) (position 14)) ((name . <thread>) (address class-names <thread>) (class . unknown) (argtype . -1) (position 15)) ((name . <function>) (address class-names <function>) (class . unknown) (argtype . -1) (position 16)) ((name . <c-function>) (address class-names <c-function>) (class . unknown) (argtype . -1) (position 17)) ((name . <i-function>) (address class-names <i-function>) (class . unknown) (argtype . -1) (position 18)) ((name . <continuation>) (address class-names <continuation>) (class . unknown) (argtype . -1) (position 19)) ((name . <generic-function>) (address class-names <generic-function>) (class . unknown) (argtype . -1) (position 20)) ((name . <method>) (address class-names <method>) (class . unknown) (argtype . -1) (position 21)) ((name . <vector>) (address class-names <vector>) (class . unknown) (argtype . -1) (position 22)) ((name . <table>) (address class-names <table>) (class . unknown) (argtype . -1) (position 23)) ((name . <weak-wrapper>) (address class-names <weak-wrapper>) (class . unknown) (argtype . -1) (position 24)) ((address boot %do-apply) (name . %do-apply) (mutable ()) (class . inline) (argtype . 2) (code returning (apply-args))) ((address boot call-method-by-list) (name . call-method-by-list) (mutable ()) (class . inline) (argtype . 2) (code (swap) (apply-method-list))) ((address boot bf-setter) (name . bf-setter) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 4)) (setter (address boot bf-setter-setter) (name . bf-setter-setter) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 4)) (callbacks setter-setter-function))) ((address boot identity) (name . identity) (mutable ()) (class . inline) (argtype . 1) (code)) ((address boot memq) (name . memq) (mutable ()) (class . inline) (argtype . 2) (code (i-memq))) ((address boot assq) (name . assq) (mutable ()) (class . inline) (argtype . 2) (code (i-assq))) ((address boot list) (name . list) (mutable ()) (class . inline) (argtype . -1) (code)) ((address boot eq) (name . eq) (mutable ()) (class . inline) (argtype . 2) (code (eqp))) ((address boot atom) (name . atom) (mutable ()) (class . inline) (argtype . 1) (code (i-consp) (nullp))) ((address boot null) (name . null) (mutable ()) (class . inline) (argtype . 1) (code (nullp))) ((address boot consp) (name . consp) (mutable ()) (class . inline) (argtype . 1) (code (i-consp))) ((address boot set-vector-ref) (name . set-vector-ref) (mutable ()) (class . inline) (argtype . 3) (code (set-vref))) ((address boot vector-ref) (name . vector-ref) (mutable ()) (class . inline) (argtype . 2) (code (vref)) (setter (address boot set-vector-ref) (name . set-vector-ref) (mutable ()) (class . inline) (argtype . 3) (code (set-vref)))) ((address boot cddr) (name . cddr) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 1) (slot-ref 1))) ((address boot cadr) (name . cadr) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 1) (slot-ref 0))) ((address boot set-cdr) (name . set-cdr) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 1))) ((address boot set-car) (name . set-car) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 0))) ((address boot cdr) (name . cdr) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 1)) (setter (address boot set-cdr) (name . set-cdr) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 1)))) ((address boot car) (name . car) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 0)) (setter (address boot set-car) (name . set-car) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 0)))) ((address boot cons) (name . cons) (mutable ()) (class . inline) (argtype . 2) (code (i-cons))) ((address boot primitive-slot-ref-9) (name . primitive-slot-ref-9) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 9))) ((address boot primitive-slot-ref-8) (name . primitive-slot-ref-8) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 8))) ((address boot primitive-slot-ref-7) (name . primitive-slot-ref-7) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 7))) ((address boot primitive-slot-ref-6) (name . primitive-slot-ref-6) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 6))) ((address boot primitive-slot-ref-5) (name . primitive-slot-ref-5) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 5))) ((address boot primitive-slot-ref-4) (name . primitive-slot-ref-4) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 4))) ((address boot primitive-slot-ref-3) (name . primitive-slot-ref-3) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 3))) ((address boot primitive-slot-ref-2) (name . primitive-slot-ref-2) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 2))) ((address boot primitive-slot-ref-1) (name . primitive-slot-ref-1) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 1))) ((address boot primitive-slot-ref-0) (name . primitive-slot-ref-0) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 0))) ((address boot primitive-set-slot-ref-9) (name . primitive-set-slot-ref-9) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 9))) ((address boot primitive-set-slot-ref-8) (name . primitive-set-slot-ref-8) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 8))) ((address boot primitive-set-slot-ref-7) (name . primitive-set-slot-ref-7) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 7))) ((address boot primitive-set-slot-ref-6) (name . primitive-set-slot-ref-6) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 6))) ((address boot primitive-set-slot-ref-5) (name . primitive-set-slot-ref-5) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 5))) ((address boot primitive-set-slot-ref-4) (name . primitive-set-slot-ref-4) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 4))) ((address boot primitive-set-slot-ref-3) (name . primitive-set-slot-ref-3) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 3))) ((address boot primitive-set-slot-ref-2) (name . primitive-set-slot-ref-2) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 2))) ((address boot primitive-set-slot-ref-1) (name . primitive-set-slot-ref-1) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 1))) ((address boot primitive-set-slot-ref-0) (name . primitive-set-slot-ref-0) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 0))) ((address boot bf-setter-setter) (name . bf-setter-setter) (mutable ()) (class . inline) (argtype . 2) (code (set-slot 4)) (callbacks setter-setter-function)) ((address boot scan-args) (name . scan-args) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address boot not) (name . not) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address boot nconc) (name . nconc) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address boot append) (name . append) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address boot member-list) (name . member-list) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address boot mapc1) (name . mapc1) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address boot mapcar1) (name . mapcar1) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address boot fold) (name . fold) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address boot install-local-bindings) (name . install-local-bindings) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address boot make-interface) (name . make-interface) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address boot make-installed-module) (name . make-installed-module) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address boot all-registered-modules) (name . all-registered-modules) (mutable ()) (class . bytefunction) (argtype (() . 0))) ((name . <object>) (address class-names <object>) (class . unknown) (argtype . -1) (position 0)) ((name . <class>) (address class-names <class>) (class . unknown) (argtype . -1) (position 1)) ((address init <instantiable-class>) (name . <instantiable-class>) (mutable ()) (class . unknown)) ((address init <si-class>) (name . <si-class>) (mutable ()) (class . unknown)) ((address init <abstract-class>) (name . <abstract-class>) (mutable ()) (class . unknown)) ((address init <structure-class>) (name . <structure-class>) (mutable ()) (class . unknown)) ((address init <mi-class>) (name . <mi-class>) (mutable ()) (class . unknown)) ((address init <slot-description-class>) (name . <slot-description-class>) (mutable ()) (class . unknown)) ((address init <structure>) (name . <structure>) (mutable ()) (class . unknown)) ((address init <slot-description>) (name . <slot-description>) (mutable ()) (class . unknown)) ((address init <local-slot-description>) (name . <local-slot-description>) (mutable ()) (class . unknown)) ((address init <unreadable-slot-description>) (name . <unreadable-slot-description>) (mutable ()) (class . unknown)) ((name . <funcallable-object-class>) (address class-names <funcallable-object-class>) (class . unknown) (argtype . -1) (position 4)) ((name . <generic-class>) (address class-names <generic-class>) (class . unknown) (argtype . -1) (position 6)) ((name . <bytefunction-class>) (address bci <bytefunction-class>) (class . unknown) (argtype . -1) (position 0)) ((address init <funcallable-object>) (name . <funcallable-object>) (mutable ()) (class . unknown)) ((name . <function>) (address class-names <function>) (class . unknown) (argtype . -1) (position 16)) ((name . <i-function>) (address class-names <i-function>) (class . unknown) (argtype . -1) (position 18)) ((name . <c-function>) (address class-names <c-function>) (class . unknown) (argtype . -1) (position 17)) ((name . <bytefunction>) (address bci <bytefunction>) (class . unknown) (argtype . -1) (position 1)) ((name . <extended-bytefunction>) (address bci <extended-bytefunction>) (class . unknown) (argtype . -1) (position 2)) ((name . <generic-function>) (address class-names <generic-function>) (class . unknown) (argtype . -1) (position 20)) ((name . <method-class>) (address class-names <method-class>) (class . unknown) (argtype . -1) (position 5)) ((name . <method>) (address class-names <method>) (class . unknown) (argtype . -1) (position 21)) ((name . <condition-class>) (address errors <condition-class>) (class . unknown) (argtype . -1) (position 0)) ((name . <condition>) (address errors <condition>) (class . unknown) (argtype . -1) (position 1)) ((name . <Internal-Error>) (address errors <Internal-Error>) (class . unknown) (argtype . -1) (position 2)) ((name . <clock-tick>) (address errors <clock-tick>) (class . unknown) (argtype . -1) (position 4)) ((address init <invalid-operator>) (name . <invalid-operator>) (mutable ()) (class . unknown)) ((name . <thread-class>) (address class-names <thread-class>) (class . unknown) (argtype . -1) (position 3)) ((name . <thread>) (address class-names <thread>) (class . unknown) (argtype . -1) (position 15)) ((name . <primitive-class>) (address class-names <primitive-class>) (class . unknown) (argtype . -1) (position 2)) ((name . <character>) (address class-names <character>) (class . unknown) (argtype . -1) (position 13)) ((name . <symbol>) (address class-names <symbol>) (class . unknown) (argtype . -1) (position 10)) ((name . <weak-wrapper>) (address class-names <weak-wrapper>) (class . unknown) (argtype . -1) (position 24)) ((name . <continuation>) (address class-names <continuation>) (class . unknown) (argtype . -1) (position 19)) ((name . <socket>) (address sockets <socket>) (class . unknown) (argtype . -1) (position 17)) ((name . <listener>) (address sockets <listener>) (class . unknown) (argtype . -1) (position 16)) ((address init <collection>) (name . <collection>) (mutable ()) (class . unknown)) ((name . <table>) (address class-names <table>) (class . unknown) (argtype . -1) (position 23)) ((address init <sequence>) (name . <sequence>) (mutable ()) (class . unknown)) ((name . <string>) (address class-names <string>) (class . unknown) (argtype . -1) (position 14)) ((address init <vector-class>) (name . <vector-class>) (mutable ()) (class . unknown)) ((name . <vector>) (address class-names <vector>) (class . unknown) (argtype . -1) (position 22)) ((address init <number-class>) (name . <number-class>) (mutable ()) (class . unknown)) ((name . <number>) (address class-names <number>) (class . unknown) (argtype . -1) (position 7)) ((address init <float>) (name . <float>) (mutable ()) (class . unknown)) ((name . <double-float>) (address class-names <double-float>) (class . unknown) (argtype . -1) (position 8)) ((address init <integer>) (name . <integer>) (mutable ()) (class . unknown)) ((name . <fixint>) (address class-names <fixint>) (class . unknown) (argtype . -1) (position 9)) ((address init <list>) (name . <list>) (mutable ()) (class . unknown)) ((name . <pair>) (address class-names <pair>) (class . unknown) (argtype . -1) (position 12)) ((name . <null>) (address class-names <null>) (class . unknown) (argtype . -1) (position 11)) ((address init <special-method>) (name . <special-method>) (mutable ()) (class . unknown)) ((address init class-type) (name . class-type) (mutable ()) (class . unknown)) ((address init unbound-slot-value) (name . unbound-slot-value) (mutable ()) (class . unknown)) ((address boot fold) (name . fold) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address init fold) (name . fold) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address init symbol-unbraced-name) (name . symbol-unbraced-name) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address boot scan-args) (name . scan-args) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address init default-argument) (name . default-argument) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address init null-argument) (name . null-argument) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address init unbound-argument) (name . unbound-argument) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address init required-argument) (name . required-argument) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address init class-instance-size) (name . class-instance-size) (mutable ()) (class . unknown)) ((address init class-name) (name . class-name) (mutable ()) (class . unknown)) ((address init class-direct-superclasses) (name . class-direct-superclasses) (mutable ()) (class . unknown)) ((address init class-direct-subclasses) (name . class-direct-subclasses) (mutable ()) (class . unknown)) ((address init class-local-slot-descriptions) (name . class-local-slot-descriptions) (mutable ()) (class . unknown)) ((address init class-slot-descriptions) (name . class-slot-descriptions) (mutable ()) (class . unknown)) ((address init class-non-local-slot-descriptions) (name . class-non-local-slot-descriptions) (mutable ()) (class . unknown)) ((address init class-precedence-list) (name . class-precedence-list) (mutable ()) (class . unknown)) ((address init class-initargs) (name . class-initargs) (mutable ()) (class . unknown)) ((address init class-spare) (name . class-spare) (mutable ()) (class . unknown)) ((address init slot-description-name) (name . slot-description-name) (mutable ()) (class . unknown)) ((address init slot-description-position) (name . slot-description-position) (mutable ()) (class . unknown)) ((address init slot-description-initarg) (name . slot-description-initarg) (mutable ()) (class . unknown)) ((address init slot-description-initfunction) (name . slot-description-initfunction) (mutable ()) (class . unknown)) ((address init slot-description-slot-writer) (name . slot-description-slot-writer) (mutable ()) (class . unknown)) ((address init slot-description-slot-reader) (name . slot-description-slot-reader) (mutable ()) (class . unknown)) ((address init function-name) (name . function-name) (mutable ()) (class . unknown)) ((address init function-home) (name . function-home) (mutable ()) (class . unknown)) ((address init i-function-body) (name . i-function-body) (mutable ()) (class . unknown)) ((address init bytefunction-env) (name . bytefunction-env) (mutable ()) (class . unknown)) ((address init extended-bytefunction-info) (name . extended-bytefunction-info) (mutable ()) (class . unknown)) ((address init generic-name) (name . generic-name) (mutable ()) (class . unknown)) ((address init generic-discriminator) (name . generic-discriminator) (mutable ()) (class . unknown)) ((address init generic-argtype) (name . generic-argtype) (mutable ()) (class . unknown)) ((address init generic-fast-cache) (name . generic-fast-cache) (mutable ()) (class . unknown)) ((address init generic-slow-cache) (name . generic-slow-cache) (mutable ()) (class . unknown)) ((address init generic-method-table) (name . generic-method-table) (mutable ()) (class . unknown)) ((address init generic-method-description) (name . generic-method-description) (mutable ()) (class . unknown)) ((address init generic-method-lookup-function) (name . generic-method-lookup-function) (mutable ()) (class . unknown)) ((address init generic-discrimination-depth) (name . generic-discrimination-depth) (mutable ()) (class . unknown)) ((address init generic-setter) (name . generic-setter) (mutable ()) (class . unknown)) ((address init method-qualifier) (name . method-qualifier) (mutable ()) (class . unknown)) ((address init method-signature) (name . method-signature) (mutable ()) (class . unknown)) ((address init method-generic-function) (name . method-generic-function) (mutable ()) (class . unknown)) ((address init method-function) (name . method-function) (mutable ()) (class . unknown)) ((address init method-fixed) (name . method-fixed) (mutable ()) (class . unknown)) ((address init condition-message) (name . condition-message) (mutable ()) (class . unknown)) ((address init condition-error-value) (name . condition-error-value) (mutable ()) (class . unknown)) ((address init invalid-operator-args) (name . invalid-operator-args) (mutable ()) (class . unknown)) ((address init invalid-operator-op) (name . invalid-operator-op) (mutable ()) (class . unknown)) ((address init thread-internal-state) (name . thread-internal-state) (mutable ()) (class . unknown)) ((address init thread-args) (name . thread-args) (mutable ()) (class . unknown)) ((address init thread-cochain) (name . thread-cochain) (mutable ()) (class . unknown)) ((address init thread-signals) (name . thread-signals) (mutable ()) (class . unknown)) ((address init table-values) (name . table-values) (mutable ()) (class . unknown)) ((address init table-population) (name . table-population) (mutable ()) (class . unknown)) ((address init table-threshold) (name . table-threshold) (mutable ()) (class . unknown)) ((address init table-filled) (name . table-filled) (mutable ()) (class . unknown)) ((address init table-comparator) (name . table-comparator) (mutable ()) (class . unknown)) ((address init table-hash-function) (name . table-hash-function) (mutable ()) (class . unknown)) ((address init table-fill) (name . table-fill) (mutable ()) (class . unknown)) ((address init sm-id) (name . sm-id) (mutable ()) (class . unknown)) ((address init setter) (name . setter) (mutable ()) (class . unknown) (setter-function . t) (setter-function . t) (setter (address init setter-setter) (name . setter-setter) (mutable ()) (class . unknown) (callbacks setter-setter-function))) ((address init setter-setter) (name . setter-setter) (mutable ()) (class . unknown) (callbacks setter-setter-function)) ((address init generic-method-domain) (name . generic-method-domain) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address init generic-method-class) (name . generic-method-class) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address init add-method-method) (name . add-method-method) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address init make) (name . make) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address init add-method) (name . add-method) (mutable ()) (class . unknown)) ((address init compute-method-lookup-function) (name . compute-method-lookup-function) (mutable ()) (class . unknown)) ((address init compute-discriminating-function) (name . compute-discriminating-function) (mutable ()) (class . unknown)) ((address init =) (name . =) (mutable ()) (class . unknown)) ((address init set-no-applicable-method) (name . set-no-applicable-method) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address init copy) (name . copy) (mutable ()) (class . unknown)) ((address init generic-hash) (name . generic-hash) (mutable ()) (class . unknown)) ((address init cerror) (name . cerror) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address init error) (name . error) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address init apply) (name . apply) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address init mapc) (name . mapc) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address init mapcar) (name . mapcar) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address boot not) (name . not) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address boot not) (name . not) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 not) (name . not) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address boot cadr) (name . cadr) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 1) (slot-ref 0))) ((address boot cddr) (name . cddr) (mutable ()) (class . inline) (argtype . 1) (code (slot-ref 1) (slot-ref 1))) ((address extras0 cddr) (name . cddr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cdar) (name . cdar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cadr) (name . cadr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 caar) (name . caar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cdddr) (name . cdddr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cddar) (name . cddar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cdadr) (name . cdadr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cdaar) (name . cdaar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 caddr) (name . caddr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cadar) (name . cadar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 caadr) (name . caadr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 caaar) (name . caaar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cddddr) (name . cddddr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cdddar) (name . cdddar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cddadr) (name . cddadr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cddaar) (name . cddaar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cdaddr) (name . cdaddr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cdadar) (name . cdadar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cdaadr) (name . cdaadr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cdaaar) (name . cdaaar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cadddr) (name . cadddr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 caddar) (name . caddar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cadadr) (name . cadadr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 cadaar) (name . cadaar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 caaddr) (name . caaddr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 caadar) (name . caadar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 caaadr) (name . caaadr) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 caaaar) (name . caaaar) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 eqcar) (name . eqcar) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address extras0 mkquote) (name . mkquote) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address boot assq) (name . assq) (mutable ()) (class . inline) (argtype . 2) (code (i-assq))) ((address boot assq) (name . assq) (mutable ()) (class . inline) (argtype . 2) (code (i-assq))) ((address extras0 assq) (name . assq) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address extras0 list-ref) (name . list-ref) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address extras0 reverse-list) (name . reverse-list) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 subst) (name . subst) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address extras0 delete) (name . delete) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address extras0 deleteq) (name . deleteq) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address extras0 list-copy) (name . list-copy) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 convert) (name . convert) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address extras0 converter) (name . converter) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 length) (name . length) (mutable ()) (class . unknown)) ((address extras0 eql) (name . eql) (mutable ()) (class . unknown)) ((address extras0 standard-error-stream) (name . standard-error-stream) (mutable ()) (class . unknown)) ((address extras0 standard-output-stream) (name . standard-output-stream) (mutable ()) (class . unknown)) ((address extras0 standard-input-stream) (name . standard-input-stream) (mutable ()) (class . unknown)) ((address extras0 format) (name . format) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address extras0 format-string-stream-class) (name . format-string-stream-class) (mutable ()) (class . bytefunction) (argtype (() . 0))) ((address extras0 formatter) (name . formatter) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 generic-function-methods) (name . generic-function-methods) (mutable ()) (class . unknown)) ((address extras0 find-method) (name . find-method) (mutable ()) (class . unknown)) ((address extras0 make-constructor) (name . make-constructor) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 make-predicate) (name . make-predicate) (mutable ()) (class . unknown)) ((address extras0 table-keys) (name . table-keys) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address extras0 map-table) (name . map-table) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address error0 generic-error-printer) (name . generic-error-printer) (mutable ()) (class . unknown)) ((address error0 !cont) (name . !cont) (mutable ()) (class . bytefunction) (argtype (t . 1))) ((address init invalid-operator-op) (name . invalid-operator-op) (mutable ()) (class . unknown)) ((address init invalid-operator-args) (name . invalid-operator-args) (mutable ()) (class . unknown)) ((address init <invalid-operator>) (name . <invalid-operator>) (mutable ()) (class . unknown)) ((address error0 generic-apply) (name . generic-apply) (mutable ()) (class . unknown)) ((address error0 !B) (name . !B) (mutable ()) (class . bytefunction) (argtype (() . 0))) ((address macros0 compile-time-p) (name . compile-time-p) (mutable ()) (class . bytefunction) (argtype (() . 0))) ((address macros0 interpret-time) (name . interpret-time) (mutable ()) (class . macro) (argtype (t . 1))) ((address macros0 compile-time) (name . compile-time) (mutable ()) (class . macro) (argtype (t . 1))) ((address macros0 method-lambda) (name . method-lambda) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 unless) (name . unless) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 when) (name . when) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 or) (name . or) (mutable ()) (class . macro) (argtype (t . 1))) ((address macros0 and) (name . and) (mutable ()) (class . macro) (argtype (t . 1))) ((address macros0 labels) (name . labels) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 let*) (name . let*) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 let) (name . let) (mutable ()) (class . macro) (argtype (t . 1))) ((address macros0 cond) (name . cond) (mutable ()) (class . macro) (argtype (t . 1))) ((address macros0 with-handler) (name . with-handler) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 let/cc) (name . let/cc) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 unwind-protect) (name . unwind-protect) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 return-from) (name . return-from) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 block) (name . block) (mutable ()) (class . macro) (argtype (t . 1))) ((address macros0 throw) (name . throw) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 catch) (name . catch) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 prog1) (name . prog1) (mutable ()) (class . macro) (argtype (t . 1))) ((address macros0 compile-inline) (name . compile-inline) (mutable ()) (class . macro) (argtype (t . 2))) ((address macros0 compile-add-callback) (name . compile-add-callback) (mutable ()) (class . macro) (argtype (() . 3))) ((address macros0 compile-declare) (name . compile-declare) (mutable ()) (class . macro) (argtype (() . 3))) ((address macros0 define-simple-generic) (name . define-simple-generic) (mutable ()) (class . macro) (argtype (() . 3))) ((address extras0 find-method) (name . find-method) (mutable ()) (class . unknown)) ((address extras0 generic-function-methods) (name . generic-function-methods) (mutable ()) (class . unknown)) ((address init make) (name . make) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address init generic-method-class) (name . generic-method-class) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address init slot-description-slot-reader) (name . slot-description-slot-reader) (mutable ()) (class . unknown)) ((address init slot-description-slot-writer) (name . slot-description-slot-writer) (mutable ()) (class . unknown)) ((address init class-initargs) (name . class-initargs) (mutable ()) (class . unknown)) ((address init class-precedence-list) (name . class-precedence-list) (mutable ()) (class . unknown)) ((address init class-slot-descriptions) (name . class-slot-descriptions) (mutable ()) (class . unknown)) ((address init class-instance-size) (name . class-instance-size) (mutable ()) (class . unknown)) ((name . allocate) (address classes allocate) (class . unknown) (argtype . 2) (position 1)) ((name . initialize) (address classes initialize) (class . unknown) (argtype . 2) (position 0)) ((address telos1 find-slot-writer) (name . find-slot-writer) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address telos1 find-slot-reader) (name . find-slot-reader) (mutable ()) (class . bytefunction) (argtype (() . 2))) ((address telos1 find-slot-description) (name . find-slot-description) (mutable ()) (class . unknown)) ((address telos1 add-subclass) (name . add-subclass) (mutable ()) (class . unknown)) ((address telos1 compute-primitive-writer-using-class) (name . compute-primitive-writer-using-class) (mutable ()) (class . unknown)) ((address telos1 compute-primitive-reader-using-class) (name . compute-primitive-reader-using-class) (mutable ()) (class . unknown)) ((address telos1 compute-primitive-writer-using-slot-description) (name . compute-primitive-writer-using-slot-description) (mutable ()) (class . unknown)) ((address telos1 compute-primitive-reader-using-slot-description) (name . compute-primitive-reader-using-slot-description) (mutable ()) (class . unknown)) ((address telos1 ensure-slot-writer) (name . ensure-slot-writer) (mutable ()) (class . unknown)) ((address telos1 ensure-slot-reader) (name . ensure-slot-reader) (mutable ()) (class . unknown)) ((address telos1 compute-slot-writer) (name . compute-slot-writer) (mutable ()) (class . unknown)) ((address telos1 compute-slot-reader) (name . compute-slot-reader) (mutable ()) (class . unknown)) ((address telos1 compute-and-ensure-slot-accessors) (name . compute-and-ensure-slot-accessors) (mutable ()) (class . unknown)) ((address telos1 metaclass-default-slot-description-class) (name . metaclass-default-slot-description-class) (mutable ()) (class . unknown)) ((address telos1 compute-defined-slot-description-class) (name . compute-defined-slot-description-class) (mutable ()) (class . unknown)) ((address telos1 compute-defined-slot-description) (name . compute-defined-slot-description) (mutable ()) (class . unknown)) ((address telos1 compute-specialized-slot-description-class) (name . compute-specialized-slot-description-class) (mutable ()) (class . unknown)) ((address telos1 compute-specialized-slot-description) (name . compute-specialized-slot-description) (mutable ()) (class . unknown)) ((address telos1 compute-inherited-slot-descriptions) (name . compute-inherited-slot-descriptions) (mutable ()) (class . unknown)) ((address telos1 compute-slot-descriptions) (name . compute-slot-descriptions) (mutable ()) (class . unknown)) ((address telos1 compute-inherited-initargs) (name . compute-inherited-initargs) (mutable ()) (class . unknown)) ((address telos1 compute-initargs) (name . compute-initargs) (mutable ()) (class . unknown)) ((address telos1 compute-precedence-list) (name . compute-precedence-list) (mutable ()) (class . unknown)) ((address telos1 compatible-superclass-p) (name . compatible-superclass-p) (mutable ()) (class . unknown)) ((address telos1 compatible-superclasses-p) (name . compatible-superclasses-p) (mutable ()) (class . unknown)) ((address telos1 <no-applicable-method>) (name . <no-applicable-method>) (mutable ()) (class . unknown)) ((address telos1 <element-not-found>) (name . <element-not-found>) (mutable ()) (class . unknown)) ((address telos1 <illegal-inheritance-hierarchy>) (name . <illegal-inheritance-hierarchy>) (mutable ()) (class . unknown)) ((address telos1 <telos-cannot-happen>) (name . <telos-cannot-happen>) (mutable ()) (class . unknown)) ((address telos1 <incompatible-superclasses>) (name . <incompatible-superclasses>) (mutable ()) (class . unknown)) ((address telos1 <not-yet-implemented>) (name . <not-yet-implemented>) (mutable ()) (class . unknown)) ((address telos1 nyi) (name . nyi) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address telos1 <collection-condition>) (name . <collection-condition>) (mutable ()) (class . unknown)) ((address telos1 <scan-mismatch>) (name . <scan-mismatch>) (mutable ()) (class . unknown)) ((address telos1 <format-error>) (name . <format-error>) (mutable ()) (class . unknown)) ((address telos1 <stream-error>) (name . <stream-error>) (mutable ()) (class . unknown)) ((name . flush) (address streams flush) (class . unknown) (argtype . 1) (position 4)) ((name . output) (address streams output) (class . unknown) (argtype . 2) (position 3)) ((name . generic-prin) (address streams generic-prin) (class . unknown) (argtype . 2) (position 1)) ((address streams1 newline) (name . newline) (mutable ()) (class . bytefunction) (argtype (t . 1))) ((address streams1 write) (name . write) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address streams1 print) (name . print) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address streams1 prin) (name . prin) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address streams1 end-of-stream-p) (name . end-of-stream-p) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address streams1 popen) (name . popen) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address streams1 open) (name . open) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address streams1 read-line) (name . read-line) (mutable ()) (class . unknown)) ((address streams1 uninput) (name . uninput) (mutable ()) (class . unknown)) ((address streams1 input) (name . input) (mutable ()) (class . unknown)) ((address streams1 stream-position) (name . stream-position) (mutable ()) (class . unknown)) ((address streams1 close) (name . close) (mutable ()) (class . unknown)) ((address extras0 format) (name . format) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address streams1 scan) (name . scan) (mutable ()) (class . unknown)) ((address defs defstruct) (name . defstruct) (mutable ()) (class . macro) (argtype (t . 4))) ((address defs defclass) (name . defclass) (mutable ()) (class . macro) (argtype (t . 4))) ((address defs defpredicate) (name . defpredicate) (mutable ()) (class . macro) (argtype (() . 2))) ((address defs defaccessor) (name . defaccessor) (mutable ()) (class . macro) (argtype (() . 3))) ((address defs defwriter) (name . defwriter) (mutable ()) (class . macro) (argtype (() . 3))) ((address defs defreader) (name . defreader) (mutable ()) (class . macro) (argtype (() . 3))) ((address defs defgeneric) (name . defgeneric) (mutable ()) (class . macro) (argtype (t . 3))) ((address defs defextmethod) (name . defextmethod) (mutable ()) (class . macro) (argtype (t . 4))) ((address defs defmethod) (name . defmethod) (mutable ()) (class . macro) (argtype (t . 3))) ((address defs defcondition) (name . defcondition) (mutable ()) (class . macro) (argtype (t . 3))) ((address defs next-method-p) (name . next-method-p) (mutable ()) (class . macro) (argtype (() . 0))) ((address defs generic-lambda) (name . generic-lambda) (mutable ()) (class . macro) (argtype (t . 2))) ((address defs call-next-method) (name . call-next-method) (mutable ()) (class . macro) (argtype (() . 0))) ((name . threadp) (address threads threadp) (class . function) (argtype . 1) (position 0)) ((name . set-sig-handler) (address threads set-sig-handler) (class . function) (argtype . 1) (position 1)) ((name . current-thread) (address threads current-thread) (class . function) (argtype . 0) (position 2)) ((name . continuationp) (address threads continuationp) (class . function) (argtype . 1) (position 3)) ((name . feel-machine-type) (address threads feel-machine-type) (class . function) (argtype . 0) (position 4)) ((name . *threads-available*) (address threads *threads-available*) (class . unknown) (argtype . -1) (position 5)) ((name . thread-start) (address threads thread-start) (class . function) (argtype . -2) (position 6)) ((name . thread-set-signalled) (address threads thread-set-signalled) (class . function) (argtype . 2) (position 7)) ((name . internal-thread-reschedule) (address threads internal-thread-reschedule) (class . function) (argtype . 0) (position 8)) ((name . internal-thread-value) (address threads internal-thread-value) (class . function) (argtype . 1) (position 9)) ((name . internal-thread-suspend) (address threads internal-thread-suspend) (class . function) (argtype . 0) (position 10)) ((name . |generic_allocate_instance,Thread_Class|) (address threads |generic_allocate_instance,Thread_Class|) (class . function) (argtype . 2) (position 11)) ((name . initialize-thread) (address threads initialize-thread) (class . function) (argtype . 2) (position 12)) ((name . kick) (address threads kick) (class . function) (argtype . 0) (position 14)) ((name . not-thread-reset) (address threads not-thread-reset) (class . function) (argtype . 1) (position 15)) ((name . *minimum-stack-size*) (address threads *minimum-stack-size*) (class . unknown) (argtype . -1) (position 16)) ((name . thread-state) (address threads thread-state) (class . function) (argtype . 1) (position 17)) ((name . thread-queue) (address threads thread-queue) (class . function) (argtype . 0) (position 18)) ((name . default-thread-stack-size) (address threads default-thread-stack-size) (class . function) (argtype . 0) (position 19)) ((name . |(setter default-thread-stack-size)|) (address threads |(setter default-thread-stack-size)|) (class . function) (argtype . 1) (position 20)) ((name . test-reschedule) (address threads test-reschedule) (class . function) (argtype . 1) (position 21)) ((name . test-gc) (address threads test-gc) (class . function) (argtype . 0) (position 22)) ((address lock initialize-lock) (name . initialize-lock) (mutable ()) (class . unknown)) ((address lock unlock) (name . unlock) (mutable ()) (class . unknown)) ((address lock lock) (name . lock) (mutable ()) (class . unknown)) ((address lock <lock>) (name . <lock>) (mutable ()) (class . unknown)) ((address lock make-lock) (name . make-lock) (mutable ()) (class . bytefunction) (argtype (t . 1))) ((address lock semaphore-p) (name . semaphore-p) (mutable ()) (class . unknown)) ((name . threadp) (address threads threadp) (class . function) (argtype . 1) (position 0)) ((name . set-sig-handler) (address threads set-sig-handler) (class . function) (argtype . 1) (position 1)) ((name . current-thread) (address threads current-thread) (class . function) (argtype . 0) (position 2)) ((name . continuationp) (address threads continuationp) (class . function) (argtype . 1) (position 3)) ((name . feel-machine-type) (address threads feel-machine-type) (class . function) (argtype . 0) (position 4)) ((name . *threads-available*) (address threads *threads-available*) (class . unknown) (argtype . -1) (position 5)) ((name . thread-start) (address threads thread-start) (class . function) (argtype . -2) (position 6)) ((name . thread-set-signalled) (address threads thread-set-signalled) (class . function) (argtype . 2) (position 7)) ((name . internal-thread-reschedule) (address threads internal-thread-reschedule) (class . function) (argtype . 0) (position 8)) ((name . internal-thread-value) (address threads internal-thread-value) (class . function) (argtype . 1) (position 9)) ((name . internal-thread-suspend) (address threads internal-thread-suspend) (class . function) (argtype . 0) (position 10)) ((name . |generic_allocate_instance,Thread_Class|) (address threads |generic_allocate_instance,Thread_Class|) (class . function) (argtype . 2) (position 11)) ((name . initialize-thread) (address threads initialize-thread) (class . function) (argtype . 2) (position 12)) ((name . kick) (address threads kick) (class . function) (argtype . 0) (position 14)) ((name . not-thread-reset) (address threads not-thread-reset) (class . function) (argtype . 1) (position 15)) ((name . *minimum-stack-size*) (address threads *minimum-stack-size*) (class . unknown) (argtype . -1) (position 16)) ((name . thread-state) (address threads thread-state) (class . function) (argtype . 1) (position 17)) ((name . thread-queue) (address threads thread-queue) (class . function) (argtype . 0) (position 18)) ((name . default-thread-stack-size) (address threads default-thread-stack-size) (class . function) (argtype . 0) (position 19)) ((name . |(setter default-thread-stack-size)|) (address threads |(setter default-thread-stack-size)|) (class . function) (argtype . 1) (position 20)) ((name . test-reschedule) (address threads test-reschedule) (class . function) (argtype . 1) (position 21)) ((name . test-gc) (address threads test-gc) (class . function) (argtype . 0) (position 22)) ((name . thread-start) (address threads thread-start) (class . function) (argtype . -2) (position 6)) ((name . current-thread) (address threads current-thread) (class . function) (argtype . 0) (position 2)) ((name . threadp) (address threads threadp) (class . function) (argtype . 1) (position 0)) ((name . <thread>) (address class-names <thread>) (class . unknown) (argtype . -1) (position 15)) ((name . <thread>) (address class-names <thread>) (class . unknown) (argtype . -1) (position 15)) ((address thread make-thread) (name . make-thread) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address thread thread-signal) (name . thread-signal) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address thread thread-value) (name . thread-value) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address thread thread-reschedule) (name . thread-reschedule) (mutable ()) (class . bytefunction) (argtype (() . 0))) ((address thread lock-with-signals) (name . lock-with-signals) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address thread <interrupt>) (name . <interrupt>) (mutable ()) (class . unknown)) ((address thread <wrong-thread-continue>) (name . <wrong-thread-continue>) (mutable ()) (class . unknown)) ((address thread <thread-condition>) (name . <thread-condition>) (mutable ()) (class . unknown)) ((address table setter-table-ref) (name . setter-table-ref) (mutable ()) (class . unknown)) ((address table table-ref) (name . table-ref) (mutable ()) (class . unknown) (setter (address table setter-table-ref) (name . setter-table-ref) (mutable ()) (class . unknown))) ((address table tablep) (name . tablep) (mutable ()) (class . unknown)) ((name . characterp) (address characters characterp) (class . function) (argtype . 1) (position 0)) ((address character as-lowercase) (name . as-lowercase) (mutable ()) (class . unknown)) ((address character as-uppercase) (name . as-uppercase) (mutable ()) (class . unknown)) ((address vector vector) (name . vector) (mutable ()) (class . unknown)) ((name . <string>) (address class-names <string>) (class . unknown) (argtype . -1) (position 14)) ((name . <string>) (address class-names <string>) (class . unknown) (argtype . -1) (position 14)) ((name . <null>) (address class-names <null>) (class . unknown) (argtype . -1) (position 11)) ((address boot null) (name . null) (mutable ()) (class . inline) (argtype . 1) (code (nullp))) ((name . <null>) (address class-names <null>) (class . unknown) (argtype . -1) (position 11)) ((address gens deep-copy) (name . deep-copy) (mutable ()) (class . unknown)) ((address gens shallow-copy) (name . shallow-copy) (mutable ()) (class . unknown)) ((address init copy) (name . copy) (mutable ()) (class . unknown)) ((address gens size) (name . size) (mutable ()) (class . unknown)) ((address gens emptyp) (name . emptyp) (mutable ()) (class . unknown)) ((address gens do) (name . do) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address gens map) (name . map) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address gens accumulate) (name . accumulate) (mutable ()) (class . unknown)) ((address gens accumulate1) (name . accumulate1) (mutable ()) (class . unknown)) ((address gens fill) (name . fill) (mutable ()) (class . unknown)) ((address gens concatenate) (name . concatenate) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address collect collectionp) (name . collectionp) (mutable ()) (class . unknown)) ((address collect sequencep) (name . sequencep) (mutable ()) (class . unknown)) ((address gens member) (name . member) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address gens reverse) (name . reverse) (mutable ()) (class . unknown)) ((address gens anyp) (name . anyp) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address collect intersection) (name . intersection) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address gens element) (name . element) (mutable ()) (class . unknown)) ((address macros0 with-handler) (name . with-handler) (mutable ()) (class . macro) (argtype (t . 2))) ((address init error) (name . error) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address init cerror) (name . cerror) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address init condition-message) (name . condition-message) (mutable ()) (class . unknown)) ((name . <Internal-Error>) (address errors <Internal-Error>) (class . unknown) (argtype . -1) (position 2)) ((name . conditionp) (address errors conditionp) (class . function) (argtype . 1) (position 5)) ((name . <Internal-Error>) (address errors <Internal-Error>) (class . unknown) (argtype . -1) (position 2)) ((address condition signal) (name . signal) (mutable ()) (class . bytefunction) (argtype (t . 3))) ((address init =) (name . =) (mutable ()) (class . unknown)) ((address numbers modulo) (name . modulo) (mutable ()) (class . unknown)) ((address numbers remainder) (name . remainder) (mutable ()) (class . unknown)) ((address numbers quotient) (name . quotient) (mutable ()) (class . unknown)) ((address numbers oddp) (name . oddp) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address numbers evenp) (name . evenp) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address numbers negativep) (name . negativep) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address numbers positivep) (name . positivep) (mutable ()) (class . bytefunction) (argtype (() . 1))) ((address numbers pi) (name . pi) (mutable ()) (class . unknown)) ((address numbers e) (name . e) (mutable ()) (class . unknown)) ((address numbers lift) (name . lift) (mutable ()) (class . bytefunction) (argtype (() . 3))) ((address numbers lift-numbers) (name . lift-numbers) (mutable ()) (class . unknown)) ((address numbers zerop) (name . zerop) (mutable ()) (class . unknown)) ((address numbers abs) (name . abs) (mutable ()) (class . unknown)) ((address numbers min) (name . min) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address numbers max) (name . max) (mutable ()) (class . bytefunction) (argtype (t . 2))) ((address numbers sin) (name . sin) (mutable ()) (class . unknown)) ((address numbers cos) (name . cos) (mutable ()) (class . unknown)) ((address numbers tan) (name . tan) (mutable ()) (class . unknown)) ((address numbers asin) (name . asin) (mutable ()) (class . unknown)) ((address numbers acos) (name . acos) (mutable ()) (class . unknown)) ((address numbers atan) (name . atan) (mutable ()) (class . unknown)) ((address numbers log) (name . log) (mutable ()) (class . unknown)) ((address numbers log10) (name . log10) (mutable ()) (class . unknown)) ((address numbers sqrt) (name . sqrt) (mutable ()) (class . unknown)) ((address numbers exp) (name . exp) (mutable ()) (class . unknown)) ((address numbers sinh) (name . sinh) (mutable ()) (class . unknown)) ((address numbers cosh) (name . cosh) (mutable ()) (class . unknown)) ((address numbers tanh) (name . tanh) (mutable ()) (class . unknown)) ((address numbers asinh) (name . asinh) (mutable ()) (class . unknown)) ((address numbers acosh) (name . acosh) (mutable ()) (class . unknown)) ((address numbers round) (name . round) (mutable ()) (class . unknown)) ((address numbers floor) (name . floor) (mutable ()) (class . unknown)) ((address numbers ceiling) (name . ceiling) (mutable ()) (class . unknown)) ((address numbers floatp) (name . floatp) (mutable ()) (class . unknown)) ((address numbers numberp) (name . numberp) (mutable ()) (class . unknown)) ((address numbers integerp) (name . integerp) (mutable ()) (class . unknown)) ((address numbers quotient) (name . quotient) (mutable ()) (class . unknown)) ((address numbers remainder) (name . remainder) (mutable ()) (class . unknown)) ((address numbers modulo) (name . modulo) (mutable ()) (class . unknown))))